Articles by Denis Makarenko

Building cloud application with .NET Aspire

.NET Aspire is a set of tools that helps developers create distributed applications and frees from managing container configuration. It assists wiht following concerns: service discovery, orchestration, and application composition. As its purpose is the development of distributed applications. So, where do distributed applications typically run? In the cloud. So, let’s use AWS as a sorce of resources with our application.

Why should you use .NET Aspire?

.NET Aspire is a set of NuGet packages, tools, and project templates designed to simplify the creation of distributed applications. Microsoft developed .NET Aspire in response to developers’ requests…